projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e444e0d
)
(2C-mode): Don't use make-local-hook.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 13 Oct 2001 19:12:07 +0000
(19:12 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 13 Oct 2001 19:12:07 +0000
(19:12 +0000)
lisp/textmodes/two-column.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/two-column.el
b/lisp/textmodes/two-column.el
index da5fd523bfde9dcd18defe6fe6afcb90c75890df..e75af5b1bac20c6b61f9dde79b9b80118d3f402e 100644
(file)
--- a/
lisp/textmodes/two-column.el
+++ b/
lisp/textmodes/two-column.el
@@
-327,7
+327,6
@@
These keybindings can be customized in your ~/.emacs by `2C-mode-map',
The appearance of the screen can be customized by the variables
`2C-window-width', `2C-beyond-fill-column', `2C-mode-line-format' and
`truncate-partial-width-windows'."
- (make-local-hook 'post-command-hook)
(add-hook 'post-command-hook '2C-autoscroll nil t)
(setq fill-column (- 2C-window-width
2C-beyond-fill-column)